'Declaration
<GuidAttribute("ED5174A4-A75F-3B84-9BFA-3451CFE4AD43")> Public Delegate Sub ThumbnailEx.ControlKeyDownEventHandler( _ ByVal KeyValue As Integer, _ ByVal Control As Boolean, _ ByVal Shift As Boolean, _ ByVal Alt As Boolean _ )
[Guid("ED5174A4-A75F-3B84-9BFA-3451CFE4AD43")] public delegate void ThumbnailEx.ControlKeyDownEventHandler( int KeyValue, bool Control, bool Shift, bool Alt )
public delegate ThumbnailEx.ControlKeyDownEventHandler( KeyValue: Integer; Control: Boolean; Shift: Boolean; Alt: Boolean );
GuidAttribute("ED5174A4-A75F-3B84-9BFA-3451CFE4AD43") public delegate ThumbnailEx.ControlKeyDownEventHandler( KeyValue : int, Control : boolean, Shift : boolean, Alt : boolean )
Parameters
- KeyValue
- Control
- Shift
- Alt